ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientPasted Property






In This Topic
    OnClientPasted Property
    In This Topic
    Occurs after the user has pasted content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientPasted As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientPasted = value
     
    value = instance.OnClientPasted
    public virtual System.string OnClientPasted {get; set;}
    public read-write property OnClientPasted: System.String; virtual; 
    public function get,set OnClientPasted : System.String
    public: __property virtual System.string* get_OnClientPasted();
    public: __property virtual void set_OnClientPasted( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientPasted {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also